home *** CD-ROM | disk | FTP | other *** search
/ The Arsenal Files 6 / The Arsenal Files 6 (Arsenal Computer).ISO / business / rstctl45.zip / MYDATA.BAT < prev    next >
DOS Batch File  |  1996-03-06  |  268b  |  13 lines

  1. # MYDATA.BAT  transfer sample.dbfs to samples dir
  2. # del sample file then rename blank dbfs
  3. # use this if want to start from scratch
  4. MD SAMPLES
  5. COPY *.DB? SAMPLES
  6. COPY *.NTX SAMPLES
  7. DEL INVOICE.DBF
  8. DEL VENDOR.DBF
  9. DEL ITEM.DBF
  10. DEL PAID.DBF
  11. REN *.NEW *.DBF
  12.  
  13.